You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clValue Structure > clValue Methods > clValue.Tanh Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clValue.Tanh Method

Hyperbolic tangens.

Syntax
C#
Visual Basic
public TOpenCLValue Tanh([In] TOpenCLValue X);

Calculate the hyperbolic tangens of X.

var a,b: clValue; begin b.Copy(0.5); a.Tanh(b); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!